From 059e95a7ace8f4628490901f5451126fa1f54c07 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 20 Dec 2009 20:20:12 +0000 Subject: [PATCH] Document Bushnell. Many other minor doc tweaks. --- xmldoc/formats/bushnell.xml | 23 +++++++++++++++++++ xmldoc/formats/bushnell_trl.xml | 11 +++++++++ xmldoc/formats/enigma.xml | 6 +++++ xmldoc/formats/gnav_trl.xml | 2 +- xmldoc/formats/jogmap.xml | 2 +- xmldoc/formats/options/delbin-hint_at_end.xml | 5 ++++ xmldoc/formats/options/gtrnctr-course.xml | 3 +++ xmldoc/formats/options/gtrnctr-sport.xml | 3 +++ xmldoc/formats/options/itracku-bin-backup.xml | 3 +++ xmldoc/formats/options/itracku-bin-new.xml | 4 ++++ xmldoc/formats/options/mmo-ver.xml | 1 + 11 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 xmldoc/formats/bushnell.xml create mode 100644 xmldoc/formats/bushnell_trl.xml create mode 100755 xmldoc/formats/enigma.xml create mode 100644 xmldoc/formats/options/delbin-hint_at_end.xml create mode 100644 xmldoc/formats/options/gtrnctr-course.xml create mode 100644 xmldoc/formats/options/gtrnctr-sport.xml create mode 100644 xmldoc/formats/options/itracku-bin-backup.xml create mode 100644 xmldoc/formats/options/itracku-bin-new.xml diff --git a/xmldoc/formats/bushnell.xml b/xmldoc/formats/bushnell.xml new file mode 100644 index 000000000..ad46192c4 --- /dev/null +++ b/xmldoc/formats/bushnell.xml @@ -0,0 +1,23 @@ + +This format supports reading and writing wayponts to +Bushnell GPS +receivers, notably the Onix 400. + + +It's an oddity for many GPSBabel norms that this format requires each +waypoint be in a separate file. Our "output filename" argument, -F is +modified to take an "output filename template". The output filename +you specify will have a dash, and a sequentially increasing integer, +and the ".wpt" extension appended to it. + + +Command showing writing to Bushnell files + +Consider the case where 'whatever.gpx' holds three waypoints. + + gpsbabel -i gpx -f whatever.gpx -o bushnell -F /Volumes/Bushnell/whatever + +will result in "whatever-0.wpt", "whatever-1.wpt", and "whatever-2.wpt" being +credated in that directory. + + diff --git a/xmldoc/formats/bushnell_trl.xml b/xmldoc/formats/bushnell_trl.xml new file mode 100644 index 000000000..34059bed5 --- /dev/null +++ b/xmldoc/formats/bushnell_trl.xml @@ -0,0 +1,11 @@ + +This format supports reading tracks from +Bushnell GPS +receivers, notably the Onix 400. + + +This format reads individual .trl files as written by the GPS. As this is +a reverse-engineered format, it's not understood how long tracks, in +particular, spam multiple files so initially this format is most effective +on tracks under a few thousand points. + diff --git a/xmldoc/formats/enigma.xml b/xmldoc/formats/enigma.xml new file mode 100755 index 000000000..da9a56b83 --- /dev/null +++ b/xmldoc/formats/enigma.xml @@ -0,0 +1,6 @@ + + This MGL Avionics format holds waypoints or routes. This routes can be loaded by the MGL Stratomaster Enigma EFIS series (Enigma, Odyssey, Voyager, Explorer). + + + The format is designed for microcontrollers. The use is free for any none military application. You can find a detailed description in the MGL Documentation. + diff --git a/xmldoc/formats/gnav_trl.xml b/xmldoc/formats/gnav_trl.xml index 5a43eaf24..4c17ed14e 100644 --- a/xmldoc/formats/gnav_trl.xml +++ b/xmldoc/formats/gnav_trl.xml @@ -10,7 +10,7 @@ Track point structure (16 bytes) - + Position diff --git a/xmldoc/formats/jogmap.xml b/xmldoc/formats/jogmap.xml index 2cf170b1c..0ce2666f5 100644 --- a/xmldoc/formats/jogmap.xml +++ b/xmldoc/formats/jogmap.xml @@ -1,3 +1,3 @@ - This read-only format reads the XML marker files from as tracks. Each "markers" entry is a new track with each "marker" entry being a trackpoint. + This read-only format reads the XML marker files from Jogmap as tracks. Each "markers" entry is a new track with each "marker" entry being a trackpoint. diff --git a/xmldoc/formats/options/delbin-hint_at_end.xml b/xmldoc/formats/options/delbin-hint_at_end.xml new file mode 100644 index 000000000..8f2adeeb7 --- /dev/null +++ b/xmldoc/formats/options/delbin-hint_at_end.xml @@ -0,0 +1,5 @@ + + When set to true, this places the "HINT:" entry from a geocacching.com + pocket query at the end of the screen (scroll up for quick access) like + Cache Register and Topo7 do instead of at the top as Topo8 does. + diff --git a/xmldoc/formats/options/gtrnctr-course.xml b/xmldoc/formats/options/gtrnctr-course.xml new file mode 100644 index 000000000..047f0c97a --- /dev/null +++ b/xmldoc/formats/options/gtrnctr-course.xml @@ -0,0 +1,3 @@ + + This flag defaults to true; it must be turned off (course=0) if you want history instead of courses. + diff --git a/xmldoc/formats/options/gtrnctr-sport.xml b/xmldoc/formats/options/gtrnctr-sport.xml new file mode 100644 index 000000000..4cd4a210e --- /dev/null +++ b/xmldoc/formats/options/gtrnctr-sport.xml @@ -0,0 +1,3 @@ + + Specify which sport is associated with this activity. Valid values are Biking, Running, MultiSport, and Other. + diff --git a/xmldoc/formats/options/itracku-bin-backup.xml b/xmldoc/formats/options/itracku-bin-backup.xml new file mode 100644 index 000000000..e18f2a94f --- /dev/null +++ b/xmldoc/formats/options/itracku-bin-backup.xml @@ -0,0 +1,3 @@ + + Providing a filename to this option will append the input to a backup file. + diff --git a/xmldoc/formats/options/itracku-bin-new.xml b/xmldoc/formats/options/itracku-bin-new.xml new file mode 100644 index 000000000..510dade96 --- /dev/null +++ b/xmldoc/formats/options/itracku-bin-new.xml @@ -0,0 +1,4 @@ + + When used in conjunction with the "backup" option to this format, it + will process only waypoints that don't already exist in the backup file. + diff --git a/xmldoc/formats/options/mmo-ver.xml b/xmldoc/formats/options/mmo-ver.xml index fa0194562..803b2f66b 100644 --- a/xmldoc/formats/options/mmo-ver.xml +++ b/xmldoc/formats/options/mmo-ver.xml @@ -9,3 +9,4 @@ If you have a particularly old Mobile Mapper installation, it may complain "This gpsbabel -i gpx -f whaetever.gpx -o mmo,ver=17 -F whatever.mmo + -- 2.30.2